home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 December / Designer's Club 1998 December.iso / pc / Idea Source / glass1.dir / 00197_Script_197 < prev    next >
Text File  |  1998-11-02  |  362b  |  11 lines

  1. on keydown
  2.   if the key = 1 then set the soundlevel to (1)
  3.   if the key = 2 then set the soundlevel to (2)
  4.   if the key = 3 then set the soundlevel to (3)
  5.   if the key = 4 then set the soundlevel to (4)
  6.   if the key = 5 then set the soundlevel to (5)
  7.   if the key = 6 then set the soundlevel to (6)
  8.   if the key = 7 then set the soundlevel to (7)
  9. end
  10.  
  11.